home *** CD-ROM | disk | FTP | other *** search
/ Animation / Animation Vol.1 (Profi ROM)(1994).iso / pvquan15 / readme. < prev    next >
Text File  |  1992-04-02  |  2KB  |  52 lines

  1. Description
  2. ~~~~~~~~~~~
  3. This archive contains a set of programs to convert image files produced
  4. by DKB-Trace or Persistence of Vision raytracer into a format suitable
  5. for display on a VGA screen, or to GIF format. It includes programs to
  6. generate a single stereoscopic 3D image from two views of a scene, as
  7. well as programs to produce animation from multiple ray-traced images.
  8.  
  9. QUANT (HECKBERT & OCTREE):
  10.   Colour quantisation program which post-processes raw image files
  11.   produced by the Persistence of Vision Ray Tracer (PoV Ray). Two
  12.   versions can be compiled: one uses Heckbert's median-splitting
  13.   algorithm, whereas the other uses Octree quantisation.
  14.  
  15. DISPLAY:
  16.   Displays either 320x400 or 320x200 images, either 2D, or stereo 3D. 3D
  17.   images require Sega 3D-glasses to be connected to the serial port for
  18.   viewing.
  19.  
  20. MAKEANIM:
  21.   Reads an animation source file (*.ANM), and uses it to generate data
  22.   files for the PoV ray tracer.
  23.  
  24. ANIMGIF:
  25.   Produces a .GIF file containing a series of images to be displayed by
  26.   ANIM.
  27.  
  28. ANIMFLI:
  29.   Produces a .FLI file containing a series of images to be displayed by
  30.   a .FLI player (e.g. Autodesk's AAPLAY).
  31.  
  32. ANIM:
  33.    Produces animation on a 320*200 screen using page flipping, including
  34.    sound.
  35.  
  36. Files contained in this archive:
  37. -------------------------------
  38. QUANT.ZIP     Quantiser source code
  39. PAC_BASE.DAT  Sample PoVRay data file for generating animation
  40. SHAPES.DAT    Required to produce sample animation image
  41. MAZE.IFF      Required to produce sample animation image
  42. INCLUDE.ZIP   To be unzipped to C include directory
  43. VGA.ZIP       VGA 320x200x256x4 & 320x400x256x2 driver source code
  44. GIFLIB.ZIP    GIF encoding/decoding
  45. ANIM.SH       Unix shell script for generating animation
  46. TRACE.SH      Unix shell script to run ANIM.SH as background task
  47. PACMAN.ANM    Sample animation script
  48. ANIM.ZIP      Animation source code
  49. QUANT.DOC     Documentation
  50. README        This file
  51. FLILIB.ZIP    FLI creation routines
  52.